furny.swing.admin
Class FurnDBAdminTool

java.lang.Object
  extended by furny.swing.admin.FurnDBAdminTool

public final class FurnDBAdminTool
extends java.lang.Object

Main class of the furniture db admin.

Since:
12.08.2012
Author:
Stephan Dreyer

Constructor Summary
private FurnDBAdminTool()
          Instantiation is not necessary.
 
Method Summary
static void main(java.lang.String[] args)
          Main method to start the admin tool.
static void start()
          Starts the furniture db admin tool.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FurnDBAdminTool

private FurnDBAdminTool()
Instantiation is not necessary.

Since:
12.08.2012
Method Detail

main

public static void main(java.lang.String[] args)
Main method to start the admin tool.

Parameters:
args - Arguments are not required.
Since:
12.08.2012

start

public static void start()
Starts the furniture db admin tool.

Since:
12.08.2012